home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Flybox Trout (Edition 1)
/
Flybox Trout (Edition 1).iso
/
Setup
/
Support
/
FlyBox.swf
/
scripts
/
DefineButton2_390
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-04-15
|
447 b
|
24 lines
on(release){
if(eval("_root:SoundOff") == 0)
{
tellTarget("_root.ButtonPress")
{
gotoAndPlay(2);
}
}
if(75 < getProperty(_root, _currentframe))
{
tellTarget(_root)
{
Stage = 3;
a = 0;
while(5 >= a)
{
set("Main.Main" + a + ":Main","Main" + a + "_Main");
a++;
}
gotoAndStop(68);
}
}
}